home *** CD-ROM | disk | FTP | other *** search
- Path: news.xnet.com!kd9fb
- From: kd9fb@flood.xnet.com (Peter Mikalajunas)
- Newsgroups: comp.lang.c
- Subject: Re: help encryption program
- Date: 16 Jan 1996 03:02:41 GMT
- Organization: XNet - A Full Service Internet Provider - (708) 983-6064
- Message-ID: <4df4gh$66q@flood.xnet.com>
- References: <4dbb0o$dbm@jaring.my>
- NNTP-Posting-Host: cyclone.xnet.com
- X-Newsreader: TIN [version 1.2 PL2]
-
- meimei@pl.jaring.my wrote:
- : Requirement :
- : ==========
-
- : A encryption scheme is to interchange letters of the alphabet on a
- : one-to-one basis. This can be accomplished with a transalation table
- : for the 52 lowercase and uppercase letters.
-
- : Write a C program that implements such a scheme to encode text. The
- : program must also have the option to decode text thst has been
- : encoded. The user must select whether he wants to encode or decode the
- : text and then type in the appropriate text.
-
- : Can anyone solve the above problem ?
-
- You can xor each character, it is a standard routine..
- If you have a problem with getting your homework to compile,
- post a snippet of it here.
-
-
- Peter Mikalajunas
- kd9fb@xnet.com
- http://www.xnet.com/~kd9fb
-
-
-